home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm1 / mgplp378.rdm < prev    next >
Text File  |  1996-05-20  |  4KB  |  119 lines

  1. Short:    SANA-II parallel port driver
  2. Author:   mag@sysgo.de (Marius Groeger)
  3. Uploader: groeger@goofy.zdv.uni-mainz.de (Marius Groeger)
  4. Version:  37.8
  5. Type:     comm/net
  6. Replaces: magplip37.7.lha
  7. Requires: SANA-II compliant protocol stack
  8. Kurz:     SANA-II Treiber für die parallele Schnittstelle
  9.  
  10.   magPLIP - SANA II compliant PLIP device driver for AmiTCP/IP, Envoy,
  11.             AS225 and other networking packages
  12.  
  13.   (C) Copyright 1993-1994 Oliver Wagner, Michael Balzer
  14.   (C) Copyright 1995 Jan Kratochvil & Martin Mares
  15.   (C) Copyright 1995-1996 Marius Groeger
  16.       All Rights Reserved.
  17.  
  18.   -------------------------------------------------------------------------
  19.                                IMPORTANT NOTE!
  20.   PLEASE READ THE UPGRADE INFORMATION IN THE SUPPLIED AMIGAGUIDE® DOCUMENT!
  21.   -------------------------------------------------------------------------
  22.  
  23.   This is another PLIP device driver. PLIP means Parallel Line Internet
  24.   Protocol. Originally based upon the plip.device released by Oliver
  25.   Wagner and Michael Balzer, this version has been completely rewritten.
  26.  
  27.   The main distinguishing features to the original version include
  28.  
  29.    * Much more line security through machine independent timeout handling
  30.  
  31.    * Option to omit CRC checks
  32.  
  33.    * MTU 256 Bytes to 128KBytes
  34.  
  35.    * SANA-II special statistic counters
  36.  
  37.    * Much better configurable, especially with regard to slow systems
  38.  
  39.    * Major code cleanup, including the removal of assembler fragments,
  40.      globals, errors
  41.  
  42.    * Several protocol stacks may use magPLIP simultaneously
  43.  
  44.    * Installer script
  45.  
  46.    * AmigaGuide® online documentation
  47.  
  48.   Please read also the supplied AmigaGuide® document to obtain further
  49.   information about the installation and usage of magPLIP.
  50.  
  51.   You should install this software package by using the supplied Installer
  52.   script. If you have any suggestions or comments please contact me:
  53.  
  54.   Marius Groeger         email: mag@sysgo.de
  55.   Bärstadter Str. 4             groeger@goofy.zdv.uni-mainz.de
  56.   65307 Bad Schwalbach          i409@informatik.fh-wiesbaden.de
  57.   GERMANY
  58.  
  59.   --------------------------------------------------------------------------
  60.  
  61.   Release 37.8
  62.  
  63.     * bugfix: magPLIP can be used by multiple protocol stacks simultaneously.
  64.  
  65.   Release 37.7
  66.  
  67.     * Improved packet type tracking
  68.  
  69.     * SANA-II special statistic counters
  70.  
  71.     * Improved documentation
  72.  
  73.     * schematic drawing included that shows the cable wiring
  74.  
  75.   Release 37.5
  76.  
  77.     * on early startup time the MTU reported to protocol was not yet
  78.       the customized value but the default setting; At least Envoy
  79.       had problems with this bug
  80.  
  81.     * Frame buffer handling is now done dynamically, MTU can be set to
  82.       values up to 128K. A large MTU increases performance for large
  83.       data transfers such as in a file-server system.
  84.  
  85.     * Code more robust against initialization errors
  86.  
  87.     * ENV: settings are better checked for validity
  88.  
  89.   Release 37.4
  90.  
  91.     * Some documentation changes
  92.     * minor changes in the transfer code
  93.  
  94.   Release 37.3
  95.  
  96.     * Timeout handling is now system independent and gives a great
  97.       improvement to configuration and line security
  98.     * ARBITRATIONDELAY no longer used, but supported for old config-files
  99.  
  100.   Release 37.2
  101.  
  102.     * Significantly better performance (transfer routines rewritten in
  103.       assembly language)
  104.     * internal code cleanup
  105.  
  106.   Initial Release 37.1
  107.  
  108.   --------------------------------------------------------------------------
  109.  
  110.   This package is Freeware, but not in the public domain.
  111.  
  112.   It's strictly forbidden to include this archive in any kind of software
  113.   collection except Fred Fish's AmigaLibrary, Meeting Pearls CD's, Aminet,
  114.   Aminet CD's and BBS fileareas.
  115.  
  116.   This software is provided "as is". No representations or warranties are
  117.   made with respect to the accuracy, reliability, performance, currentness,
  118.   or operation of this software, and all use is at your own risk.
  119.